home *** CD-ROM | disk | FTP | other *** search
/ Web Graphics 1: Icons, Buttons & Parts / Web Graphics 1 - Icons, Buttons & Parts.iso / images / galleryStyle.css < prev    next >
Cascading Style Sheet File  |  2005-03-22  |  2KB  |  136 lines

  1. #mainCenter {
  2.     height:100%;
  3. }
  4.  
  5. #titleframe {
  6.     width: 100%;
  7.     /*height: 92px;*/
  8.     /*background-color: #CCCCCC;*/
  9.     
  10. }
  11.  
  12. #TopFrame {
  13.     width: 100%;
  14.     height: 100%;
  15.     border: 0px;
  16. }
  17.  
  18. #BottomFrame {
  19.     width: 100%;
  20.     height: 100%;
  21.     border: 0px;
  22. }
  23.  
  24. a             { color: #CCCCCC; text-decoration: none; font-weight:normal;} 
  25. a:hover        { color: #CCCCCC; text-decoration: underline; }
  26.  
  27. .userAlert{
  28.     float:right;
  29.  
  30. }
  31.  
  32.  
  33. /* title frame */
  34.  
  35. .titleContent { padding: 6px 0 6px 6px; }
  36.  
  37. .banner
  38. {
  39.     font-size: 12px;
  40.     font-family: Trebuchet MS, verdana, arial;
  41.     color: #CCCCCC;
  42. }
  43.  
  44. .banner .title{
  45.     font-size:1.2em;
  46.     font-weight:bold;
  47. }
  48.  
  49. .banner .info{
  50.     font-size:0.9em;
  51. }
  52.  
  53. .pagenums {
  54.     font-size:10px;
  55.     font-family: Trebuchet MS, verdana, arial;
  56.     color: #CCCCCC;
  57. }
  58.  
  59. .banner .email{
  60.     font-weight:bold;
  61. }
  62.  
  63. /* index frame */
  64.  
  65. .indexContent {
  66.     width:95%;
  67.     padding-top:6px;
  68.     padding-bottom:6px;
  69. }
  70.  
  71. .indexInfo {
  72.     font-size: 11px;
  73.     font-family: Trebuchet MS, verdana, arial;
  74.     padding: 0 0 0 6px;
  75. }
  76.  
  77. .indexInfo .filename {
  78.     color: #CCCCCC;
  79. }
  80.  
  81. .indexInfo .date {
  82.     color: #CCCCCC;
  83. }
  84.  
  85. /* file info */
  86.  
  87. #imageInfo{
  88.     width: 461px;
  89.     font-family: Trebuchet MS, verdana, arial;
  90.     padding: 0 6px 0 6px;
  91.     color: #CCCCCC;
  92. }
  93.  
  94. .content {
  95.     font-size:11px;
  96.     color: #CCCCCC;
  97.  
  98.     padding-top:6px;
  99.     padding-bottom:6px;
  100. }
  101.  
  102. .header{
  103.     font-size:9px;
  104.     font-weight:bold;
  105.     color: #CCCCCC;
  106. }
  107.  
  108. .contentLast {
  109.     font-size:11px;
  110. /*    color: #CCCCCC;*/
  111.     padding-top:6px;
  112. }
  113.  
  114. /* feedback */
  115.  
  116. .feedback {
  117.     width: 461px;
  118.     font-family: Trebuchet MS, verdana, arial;
  119.     padding: 6px 6px 0 6px;
  120. }
  121.  
  122. .checkBoxText
  123. {
  124.     font-size: 11px;
  125.     color: #CCCCCC;
  126. }
  127. .button {
  128.     font-weight:bold;
  129.     font-size: 11px;
  130.     color:#CCCCCC;
  131.     width:100%;
  132.     background-color:#D6BA8B;
  133. }
  134.     
  135.  
  136.